WarpUp (25/72)

From:Gavin Kinsey
Date:06 Apr 00 at 20:13:00
Subject:Workaround for relative path problem

With the help of Peter Annuss I have found a workaround for the stdio
relative path problem I mentioned here a little while ago. It is simply to
remove the unix->amiga path conversion routine which doesn't appear to work
properly by adding

char *__amigapath(const char *path)
{
return ((char *)path);
}

to one of the source files. If you need the support for unix paths then
stick your own conversion code in there.



Bugs come in through open Windows.

Gavin Kinsey